3 subject="""comment 2"""
4 date="2024-07-31T16:06:38Z"
6 Bisected to [[!commit 780367200b14d532f745079dfa09ffaa214d0a84]],
7 "remove dead nodes when loading the cluster log".
9 Replacing `loadClusters` with a noop on top of that commit gets the test
12 Since nothing in `loadClusters` involves the location log at all, I think
13 this must come down to a difference in when/if git-annex starts reading
14 from the git-annex branch. There could be git-annex commands that didn't
15 used to read from the branch before, that now do. Which might mean merging
16 in other git-annex branches at different points in time than happened
17 before, which I suppose can result in an additional commit.
19 Unfortunately, I can't avoid the early `loadClusters` for reasons explained
22 Anyway, I doubt this will result in a lot of additional commits.